nhooyr.io/websocket.mu.ch (field)

6 uses

	nhooyr.io/websocket (current package)
		conn.go#L256: 	ch chan struct{}
		conn.go#L262: 		ch: make(chan struct{}, 1),
		conn.go#L267: 	m.ch <- struct{}{}
		conn.go#L272: 	case m.ch <- struct{}{}:
		conn.go#L287: 	case m.ch <- struct{}{}:
		conn.go#L304: 	case <-m.ch: